html,
body {
    color: #101d37;
    background: #fff;
    min-width: 1150px;
    /* overflow-x: auto; */
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
button {
    margin: 0;
    padding: 0;
    font-family: PingFangSC-Regular, 'Helvetica Neue', Helvetica, Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 16px;
}
*,
*:before,
*:after {
    box-sizing: border-box;
    outline: none;
}
fieldset,
img {
    border: 0;
    object-fit: cover;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}
ol,
ul {
    list-style: none;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}
a {
    text-decoration: none;
    color: inherit;
}
table {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}
table tr,
table td {
    border-collapse: collapse;
    border-spacing: 0;
}
table tr td,
table tr th {
    border: 1px solid #eee;
    line-height: 24px;
    padding: 12px;
    font-size: 16px;
}
table tr th {
    background: #fafafa;
    color: #101d37;
    font-weight: bold;
}
table tr td {
    color: #666;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-thumb {
    background-color: #ccc;
}
::selection {
    background: #404040;
    color: #fff;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type='number'] {
    -moz-appearance: textfield;
}
.fr {
    float: right;
}
.fl {
    float: left;
}
.ml20 {
    margin-left: 20px;
}
.ml30 {
    margin-left: 30px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.textCenter {
    text-align: center;
}
.textRight {
    text-align: right;
}
.textleft {
    text-align: left;
}
